home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / dev / src / wangisrc.lha / wangi / z / SlowBoot / smakefile < prev    next >
Makefile  |  1995-10-07  |  396b  |  24 lines

  1. #
  2. # Makefile for SlowBoot
  3. #
  4. #
  5.  
  6. OBJS= SlowBoot.o
  7.  
  8. SlowBoot: $(OBJS) 
  9.    sc NOCHECKABORT link to SlowBoot with <<
  10. $(OBJS)
  11. <
  12.    bumprev 1 SlowBoot
  13.  
  14. SlowBoot.o: SlowBoot.c scoptions INCLUDE:SlowBoot.gst
  15.     sc SlowBoot.c GST=INCLUDE:SlowBoot.gst NOLINK
  16.  
  17. INCLUDE:SlowBoot.gst: gst.c scoptions smakefile
  18.     sc gst.c MAKEGST=INCLUDE:SlowBoot.gst IGNORE=105 NOOPTIMIZE
  19.     delete gst.o
  20.  
  21. dist:
  22.     execute makedist
  23.  
  24.